isStarted

open fun isStarted(): Boolean

Checks if the control is currently in a started or active operational state.

This state is typically achieved after #start() has been successfully called and before #stop() or #dispose() is invoked.

Indicates whether the TextView has successfully initialized and is displaying content.

Return

true if either the native TextView or the ImageView (for image mode) is present and visible, false otherwise.